.Net Framework > v1.1.4322 > System > Xml > Xsl > XslTransform > Transform Transform(String,String)
Transform(String,String,XmlResolver)
Transform(IXPathNavigable,XsltArgumentList)
Transform(IXPathNavigable,XsltArgumentList,Stream)
Transform(IXPathNavigable,XsltArgumentList,Stream,XmlResolver)
Transform(IXPathNavigable,XsltArgumentList,TextWriter)
Transform(IXPathNavigable,XsltArgumentList,TextWriter,XmlResolver)
Transform(IXPathNavigable,XsltArgumentList,XmlResolver)
Transform(IXPathNavigable,XsltArgumentList,XmlWriter)
Transform(IXPathNavigable,XsltArgumentList,XmlWriter,XmlResolver)
Transform(XPathNavigator,XsltArgumentList)
Transform(XPathNavigator,XsltArgumentList,Stream)
Transform(XPathNavigator,XsltArgumentList,Stream,XmlResolver)
Transform(XPathNavigator,XsltArgumentList,TextWriter)
Transform(XPathNavigator,XsltArgumentList,TextWriter,XmlResolver)
Transform(XPathNavigator,XsltArgumentList,XmlResolver)
Transform(XPathNavigator,XsltArgumentList,XmlWriter)
Transform(XPathNavigator,XsltArgumentList,XmlWriter,XmlResolver)


Transform(String,String)

Category
Method
Description
Transforms the XML data in the input file and outputs the result to an output file.
Type
void
Character
public
Parameters
NameTypeDescription
inputfileString
outputfileString
Attributes
NameValue/Assignment
ObsoleteAttributeYou should pass XmlResolver to Transform() method
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(String,String,XmlResolver)

Category
Method
Description
Transforms the XML data in the input file and outputs the result to an output file.
Type
void
Character
public
Parameters
NameTypeDescription
inputfileString
outputfileString
resolverXmlResolver
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(IXPathNavigable,XsltArgumentList)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified and outputs the result to an System.Xml.XmlReader .
Type
XmlReader
Character
public
Parameters
NameTypeDescription
inputIXPathNavigable
argsXsltArgumentList
Attributes
NameValue/Assignment
ObsoleteAttributeYou should pass XmlResolver to Transform() method
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(IXPathNavigable,XsltArgumentList,Stream)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified and outputs the result to a System.IO.Stream .
Type
void
Character
public
Parameters
NameTypeDescription
inputIXPathNavigable
argsXsltArgumentList
outputStream
Attributes
NameValue/Assignment
ObsoleteAttributeYou should pass XmlResolver to Transform() method
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(IXPathNavigable,XsltArgumentList,Stream,XmlResolver)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified and outputs the result to a System.IO.Stream .
Type
void
Character
public
Parameters
NameTypeDescription
inputIXPathNavigable
argsXsltArgumentList
outputStream
resolverXmlResolver
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(IXPathNavigable,XsltArgumentList,TextWriter)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified and outputs the result to a System.IO.TextWriter .
Type
void
Character
public
Parameters
NameTypeDescription
inputIXPathNavigable
argsXsltArgumentList
outputTextWriter
Attributes
NameValue/Assignment
ObsoleteAttributeYou should pass XmlResolver to Transform() method
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(IXPathNavigable,XsltArgumentList,TextWriter,XmlResolver)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified and outputs the result to a System.IO.TextWriter .
Type
void
Character
public
Parameters
NameTypeDescription
inputIXPathNavigable
argsXsltArgumentList
outputTextWriter
resolverXmlResolver
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(IXPathNavigable,XsltArgumentList,XmlResolver)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified and outputs the result to an System.Xml.XmlReader .
Type
XmlReader
Character
public
Parameters
NameTypeDescription
inputIXPathNavigable
argsXsltArgumentList
resolverXmlResolver
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(IXPathNavigable,XsltArgumentList,XmlWriter)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified and outputs the result to an System.Xml.XmlWriter .
Type
void
Character
public
Parameters
NameTypeDescription
inputIXPathNavigable
argsXsltArgumentList
outputXmlWriter
Attributes
NameValue/Assignment
ObsoleteAttributeYou should pass XmlResolver to Transform() method
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(IXPathNavigable,XsltArgumentList,XmlWriter,XmlResolver)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified and outputs the result to an System.Xml.XmlWriter .
Type
void
Character
public
Parameters
NameTypeDescription
inputIXPathNavigable
argsXsltArgumentList
outputXmlWriter
resolverXmlResolver
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(XPathNavigator,XsltArgumentList)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified and outputs the result to an System.Xml.XmlReader .
Type
XmlReader
Character
public
Parameters
NameTypeDescription
inputXPathNavigator
argsXsltArgumentList
Attributes
NameValue/Assignment
ObsoleteAttributeYou should pass XmlResolver to Transform() method
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(XPathNavigator,XsltArgumentList,Stream)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified and outputs the result to a System.IO.Stream .
Type
void
Character
public
Parameters
NameTypeDescription
inputXPathNavigator
argsXsltArgumentList
outputStream
Attributes
NameValue/Assignment
ObsoleteAttributeYou should pass XmlResolver to Transform() method
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(XPathNavigator,XsltArgumentList,Stream,XmlResolver)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified and outputs the result to a System.IO.Stream .
Type
void
Character
public
Parameters
NameTypeDescription
inputXPathNavigator
argsXsltArgumentList
outputStream
resolverXmlResolver
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(XPathNavigator,XsltArgumentList,TextWriter)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified and outputs the result to a System.IO.TextWriter .
Type
void
Character
public
Parameters
NameTypeDescription
inputXPathNavigator
argsXsltArgumentList
outputTextWriter
Attributes
NameValue/Assignment
ObsoleteAttributeYou should pass XmlResolver to Transform() method
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(XPathNavigator,XsltArgumentList,TextWriter,XmlResolver)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified and outputs the result to a System.IO.TextWriter .
Type
void
Character
public
Parameters
NameTypeDescription
inputXPathNavigator
argsXsltArgumentList
outputTextWriter
resolverXmlResolver
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(XPathNavigator,XsltArgumentList,XmlResolver)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified and outputs the result to an System.Xml.XmlReader .
Type
XmlReader
Character
public
Parameters
NameTypeDescription
inputXPathNavigator
argsXsltArgumentList
resolverXmlResolver
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(XPathNavigator,XsltArgumentList,XmlWriter)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to an System.Xml.XmlWriter .
Type
void
Character
public
Parameters
NameTypeDescription
inputXPathNavigator
argsXsltArgumentList
outputXmlWriter
Attributes
NameValue/Assignment
ObsoleteAttributeYou should pass XmlResolver to Transform() method
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Transform(XPathNavigator,XsltArgumentList,XmlWriter,XmlResolver)

Category
Method
Description
Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to an System.Xml.XmlWriter .
Type
void
Character
public
Parameters
NameTypeDescription
inputXPathNavigator
argsXsltArgumentList
outputXmlWriter
resolverXmlResolver
Tags
01892ABD01, 02E3ABA98D, 0311417F6F

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database